Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Sybasease+informix (tpcc and ycsb) #383

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

anasY2
Copy link

@anasY2 anasY2 commented Oct 26, 2023

Corrections as per the comments in #364

}
} catch (java.lang.InstantiationException | java.lang.IllegalAccessException ex) {
throw new RuntimeException("Failed to initialize JDBC driver '" + this.driverClass + "'", ex);
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: please fix the whitespace alignment

@@ -97,7 +190,7 @@
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.1.4</version>
<version>2.7.8</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert

@@ -110,7 +203,7 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-spanner-jdbc</artifactId>
<version>2.9.16</version>
<version>2.9.13</version>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please revert

@@ -49,6 +49,71 @@
</distributionManagement>

<profiles>
<profile>
<id>arcion</id>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's this one?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will need some testing support. Please have a look at .github/workloads/maven.yml and/or #379 for some examples on how to add that. Thanks!

@bpkroth
Copy link
Collaborator

bpkroth commented Dec 5, 2023

Corrections as per the comments in #364

Just noticed this. Is this a duplicate then? Can you close one of them or combine their changes in a single PR so we're not having to review multiple things? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants